Release 10.1A: OpenEdge Development:
ADM Reference


submitRow

Accepts a list of changed values for a row and ASSIGNs them, returning FALSE if any errors occur. This is done only to the RowObject temp-table. Committing the changes back to the database is a separate step, which is invoked from here if AutoCommit is set to on.

Location: data.p

Parameters:

INPUT pcRowIdent AS CHARACTER

The key with row number to update, plus a list of the ROWID(s) of the database record(s) from which the RowObject is derived.

INPUT pcValueList AS CHARACTER

A CHR(1)-delimited list of alternating column names and values to be assigned.

Returns: LOGICAL

Notes: None


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095